notebook: Don't unparent tab label for drag
authorBenjamin Otte <otte@redhat.com>
Sat, 9 Jan 2016 13:25:26 +0000 (14:25 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 11 Jan 2016 16:06:46 +0000 (17:06 +0100)
commit6d5edd18cf5637274762b7a51488d27d5bed600d
treec8af95dce4a3741bf1144a106e9e9828791c90e2
parentfdc13f315b3d00a632fa50a90d583d156d0785cd
notebook: Don't unparent tab label for drag

When a tab drag starts, we need to move the tab label into the drag
window via gtk_widget_set_parent_window().
If we don't unparent, but just unrealize the widget, we don't lose the
cssnode position.
gtk/gtknotebook.c